ThirdPartyApp
data class ThirdPartyApp(val packageName: String, val openMode: NavigationSpec.ThirdPartyApp.OpenMode = OpenMode.FALLBACK_TO_STORE) : NavigationSpec
Opens a Third Party app if installed on the phone or navigates to the store if it does not exist.
Parameters
packageName
The name of the package for which to open the store
openMode
The OpenMode used to determine how to handle whether to open the app or the PlayStore
Constructors
Link copied to clipboard
constructor(packageName: String, openMode: NavigationSpec.ThirdPartyApp.OpenMode = OpenMode.FALLBACK_TO_STORE)